go/types.Checker.typeAssertion (method)

3 uses

	go/types (current package)
		expr.go#L1578: 		check.typeAssertion(e, x, T, false)
		expr.go#L1684: func (check *Checker) typeAssertion(e ast.Expr, x *operand, T Type, typeSwitch bool) {
		stmt.go#L315: 			check.typeAssertion(e, x, T, true)